Linea Coplanar¶

image.png

image.png image.png

From QUCS https://qucs.github.io/tech/node86.html

Nota de Aplicación de un sustrato para PCB de alta calidad¶

In [1]:
from IPython.display import IFrame
IFrame("./pdf/n5000.pdf", width=900, height=600)
Out[1]:

Para escribir en Jupyter una variable en letras griegas hay que hacer:¶

Escribir \nombre_letra_griega y seguido darle al tabulador (\epsilon TAB)

\phi

\epsilon _i TAB

Más en : https://titanwolf.org/Network/Articles/Article?AID=bc484ea3-7d20-445e-942b-4d7144279d24#gsc.tab=0

Ecuaciones disponibles en este enlace¶

Las ecuaciones coplanares son algo más complicadadas. Usaremos en este problema una calculadora on-line

In [4]:
from IPython.display import IFrame
IFrame('https://qucs.sourceforge.net/tech/node86.html', width=1000, height=350)
Out[4]:

Calculadora disponibles en este enlace¶

In [3]:
from IPython.display import IFrame
IFrame('http://wcalc.sourceforge.net/cgi-bin/coplanar.cgi', width=1000, height=350)
Out[3]:

DISEÑO de PISTA COPLANAR para la PCB sobre el sustrato N5000 con calculadora anterior¶

Parámetros de Interés:¶

  • Metal width (W) = 3. 5 mm
  • Metal spacing (S) < 5 mm
  • f: frecuencia = 5.6 GH
  • ϵᵣ: permitividad relativa
  • ϵₑ: constante dieléctrica efectiva
  • Zₒ: impedancia característica (Ω) = 49.5 Ω
  • Metal thickness (Tmet) = 0.04 mm
  • Substrate thickness (H) = 1.6 mm
  • Metal resistivity (RHO) = La del cobre
  • Metal surface roughness (RGH) = 0.001 mil - RMS
  • Trace length (L) = 16 mm

Calcular una pista usando las calculadora anterior:¶

  • Metal spacing (S)
  • C: capacidad de la línea ( pF/m)
  • Substrate relative dielectric constant (Er)
  • Substrate loss tangent (tand)
  • Zₒ: 50 (Ω)
  • Electrical Length (degree)
  • Ls (nH/mm)
  • Rs (mOhm/mm)
  • Cs (pF/mm)
  • Gs (mMho/mm)
  • Z0 (Ohm)
  • Loss (dB)
  • Loss/len (dB/mm)
  • Skin depth (mm)
  • Delay (ns)

image.png

image.png

In [ ]: